home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 16243 < prev    next >
Encoding:
Text File  |  1996-08-05  |  2.1 KB  |  53 lines

  1. Newsgroups: comp.lang.c++
  2. Path: netcom.com!marnold
  3. From: marnold@netcom.com (Matt Arnold)
  4. Subject: Re: string class in STL?
  5. Message-ID: <marnoldDpKzFz.6Ko@netcom.com>
  6. Organization: NETCOM On-line Communication Services (408 261-4700 guest)
  7. References: <4k53js$i4o@cloner2.ix.netcom.com> <marnoldDpFo2B.9t3@netcom.com> <Pine.A32.3.91.960407043513.115982L-100000@magritte.its.rpi.edu>
  8. Date: Tue, 9 Apr 1996 06:02:23 GMT
  9. Sender: marnold@netcom18.netcom.com
  10.  
  11. Kengo Hashimoto <hashik@rpi.edu> writes:
  12.  
  13. >On Sat, 6 Apr 1996, Matt Arnold wrote:
  14.  
  15. >> VanCLy@ix.netcom.com  (Van Chinh Ly) writes:
  16. >> 
  17. >> >Is there a 'string' class in the STL?
  18. >> 
  19. >> Nope.
  20.  
  21. >There *is* a string class in STL. STL has been largely rewritten sometime 
  22.  
  23. Nope.
  24.  
  25. >around September 1995 to improve algorithm efficiency. Most of this work 
  26. >has been done at RPI and at HP. If you would like more information, 
  27. >please consult the RPI's CS dept homepage at http://www.cs.rpi.edu/
  28.  
  29. The standard string class is part of the standard C++ library, not part
  30. of STL.  STL is, itself, also part of the standard C++ library, but this
  31. does not make the string class part of STL.
  32.  
  33. "bstring.h" does *not* come with the October 1995 HP release of STL, 
  34. available on your own RPI ftp site, which you list above.  The README file
  35. contained in the STL.ZIP file available there even documents the fact the 
  36. strings are not part of STL, but rather the standard C++ library, on its 
  37. first line...
  38.  
  39.   "STL is the container, iterator, algorithm part of the C++ standard 
  40.    library, it is not the complete standard library. (I/O streams, 
  41.    strings, etc. are not included in this package.)"
  42.  
  43. Regards,
  44. -------------------------------------------------------------------------
  45. Matt Arnold                       |        | ||| | |||| |  | | || ||
  46. marnold@netcom.com                |        | ||| | |||| |  | | || ||
  47. Boston, MA                        |      0 | ||| | |||| |  | | || ||
  48. 617.389.7384 (h) 617.576.2760 (w) |        | ||| | |||| |  | | || ||
  49. C++, MIDI, Win32/95 developer     |        | ||| 4 3 1   0 8 3 || ||
  50. -------------------------------------------------------------------------
  51.  
  52.  
  53.